home *** CD-ROM | disk | FTP | other *** search
- /*
- * Example mountlist entries for the XPK handler.
- *
- * These entries are built like normal handler entries, eg. PIPE:. The only
- * speciality is the (mis)usage of the startup field (heavy magic). This
- * field contains an argument string as ONE WORD with all necessary data the
- * handler needs to know at startup time. All spaces MUST be represented by
- * an underscore due to the limitations of the mount comand. To insert an
- * underscore as normal character in the parameter string you have to use
- * two underscores. This command line will be parsed according to the
- * following standard AmigaDOS template:
- *
- * ROOTDIR/A,VOLUMENAME/K,AUTOCOMPRESS/S,STEPDOWN/S,XPKPRIORITY/K,
- * PACKMETHOD/K,PASSWORD/K
- *
- * For a complete description of the options and their modifiers consult the
- * file `ReadMe' coming along with this handler.
- */
-
- XPK: Handler = l:xpk-handler
- Priority = 0
- StackSize = 4000
- GlobVec = -1
- Mount = 1
- Startup = ROOTDIR_"ram:"_VOLUMENAME_"Let's__nuke"_AUTOCOMPRESS_STEPDOWN_PACKMETHOD_"NUKE"
- #
- XEN: Handler = l:xpk-handler
- Priority = 0
- StackSize = 4000
- GlobVec = -1
- Mount = 1
- Startup = ROOTDIR_"ram:"_VOLUMENAME_"Let's__encode"_AUTOCOMPRESS_STEPDOWN_PACKMETHOD_"ENCO"_PASSWORD_"Magic_word"
- #
-